| 1. | An effective method of searching an ordered list of entries is the so-called binary search or logarithmic search method . 查几个登记项的有序表的一种有效方法就是所谓的折半查找或称对数查找。 |
| 2. | For a value , using a binary search algorithm 使用二进制搜索算法在一维的排序 |
| 3. | On the subtrees of random binary search trees 随机二叉搜索树的子树 |
| 4. | Cht - based scalable asymmetric binary search balancing algorithm 的可扩展非对称二分查找平衡算法 |
| 5. | Uses a binary search algorithm to locate a specific element in the sorted 使用对分检索算法在已排序的 |
| 6. | A binary search tree is a binary tree with the following properties 二进制搜索树( bst )是具有以下属性的二进制树: |
| 7. | This method performs a binary search ; therefore , this method is an o log 此方法执行二进制搜索;因此,此方法是运算复杂度为o ( log |
| 8. | Binary search tree 二叉查找树 |
| 9. | Binary search trees are useful for finding items in a list that changes infrequently 二叉搜索树在查找经常变化的列表时是很非常有用的。 |
| 10. | Binary search performing a binary search requires that the elements in the array be sorted 二进制搜索执行二进制搜索要求数组中的元素已经排序。 |